The Wayback Machine - https://web.archive.org/web/20200127142441/https://github.com/topics/website
Skip to content
#

website

Here are 16,511 public repositories matching this topic...

endiliey
endiliey commented Nov 12, 2019

💥 Proposal

Consider making https://v2.docusaurus.io/docs/docusaurus.config.js#tagline and https://v2.docusaurus.io/docs/docusaurus.config.js#favicon as part of themeConfig and not as required fields

In v1, it has to be required field because a lot of the React components need it and all the UI is locked-in. This is no longer the case in v2, i think its very coupled to theme-classic and th

jmumby
jmumby commented Nov 13, 2019

Currently the "Powered by Matomo" logo is using an absolute path. This becomes an issue when used in an intranet and internet as the domain could be an ip address.

Change:

<img src="https://example.innocraft.cloud/plugins/Morpheus/images/logo.svg?matomo" tabindex="3" alt="Matomo" class="default-piwik-logo">

to

`<img src="/plugins/Morpheus/images/logo.svg?matomo" tabindex="3" alt="M

pamtbaau
pamtbaau commented Dec 18, 2019

When creating a page 'changelog' as follows:

pages
├── 01.home
│   └── default.md
└── 02.changelog
    └── default.md

with the following route alias in the header to add the '.md' extension:

routes:
  aliases:
    - '/changelog.md'

And when accessing the page using the url localhost/changelog.md, a 'Forbidden' error will be thrown.

When the file 'CHANGELOG.md' in

fosslinux
fosslinux commented Jul 3, 2018

To get added to the official awesome list, descriptions must be added to the following:

(Please note that this is not a copy paste, only the ones without descriptions (about 95% of them))

Please help. Even just doing 5 to 10 will help, it won't take up much of your time.

Just FYI there are 1834 :O !!! descriptions to do!

General Search

  • Advangle
  • Aol
  • [ ]
RVMendoza
RVMendoza commented Oct 6, 2017

https://github.com/phenomic/phenomic/blob/master/packages/preset-react-app/docs/getting-started/5.md

When we tell people to add this section to their component after the list, it creates two nodes that are not contained. It is a ul and a div.

We should somehow mention that you need to surround the two in a div before adding that extra snippet to Older Posts, because react will only l

mayoff
mayoff commented Dec 20, 2019

Yesterday I installed Elm 0.19.1 yesterday and started playing with it. I have read the entire guide.

Today I wanted to try using a port. I changed my module declaration and defined the port. Then I edited my index.html to send a value to the port. I got a Javascript error:

Uncaught TypeError: Cannot read property 'myPort' of undefined

After too much time poking around in the Javasc

hostyoself
daveloyall
daveloyall commented Jul 15, 2019

Hi again, Mark.

What is the inputKey field for?

(You can spawn multiple hosts with this key).

Ok, where do I put the input key? What does 'multiple hosts' mean here? Does that mean I can spawn up multiple copies of hostyoself that serve up the same files at the same address and are available via the same sharable URL?

rich-murphey
rich-murphey commented Aug 31, 2019

I thought it might be helpful for newcomers, for some of the packages required for building or installing this project to be enumerated.

Note that this is on Debian, which doesn't seem to have podman in the repos, so I substituted docker.

Also, in the Makefile, $(PWD) did not seem to work, so I substituted $(shell pwd).

Here are steps that build and deploy the project on current Debian.

nothing-private
gautamkrishnar
gautamkrishnar commented Feb 1, 2018

Improve this page

Add a description, image, and links to the website topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the website topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.