Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erwald/mount-fog-website
The official web site of the fabled Mount Fog.
https://github.com/erwald/mount-fog-website
Last synced: about 19 hours ago
JSON representation
The official web site of the fabled Mount Fog.
- Host: GitHub
- URL: https://github.com/erwald/mount-fog-website
- Owner: erwald
- Created: 2019-07-22T09:19:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T21:56:53.000Z (2 months ago)
- Last Synced: 2024-12-20T15:12:45.196Z (5 days ago)
- Language: Nunjucks
- Size: 19.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mount Fog Website
This site uses [11ty](https://www.11ty.io/). For more information, see the [11ty docs](https://www.11ty.io/docs/).
All internal links, including to images, need to be piped through the `url` filter or they won't load correctly when deployed. For example, `` instead of ``.
## Getting Started
1. Make sure you have [node.js](https://nodejs.org/en/) (version 8 or greater) installed. (You only need to do this once.)
2. Navigate to this directory in the terminal and run `npm install`. This should install 11ty. (You only need to do this once.)
3. Also in the terminal, run `npx @11ty/eleventy --serve` and then open [localhost:8080](http://localhost:8080/) in your browser. You should now see the website. The `--serve` option makes it so that, whenever you make any code changes, 11ty will automatically recompile the code and refresh the website.## How to Deploy
1. Navigate to this directory and run `npm install` in the terminal. This should install gh-pages. (You only need to do this once.)
2. Run `npx @11ty/eleventy` to generate the HTML pages to the `_site` folder.
3. Run `npm run deploy`. The website should be live at [erwald.github.io/mount-fog-website](https://erwald.github.io/mount-fog-website/).## To-do
- Fill in missing photos (M)
- Do CSS styling and fine-tuning (M)
- Get domain from Squarespace (E)