Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zo-bro-23/moonwalk-template-test
Testing out the Moonwalk template I created (@Zo-Bro-23/moonwalk-template)
https://github.com/zo-bro-23/moonwalk-template-test
Last synced: about 1 hour ago
JSON representation
Testing out the Moonwalk template I created (@Zo-Bro-23/moonwalk-template)
- Host: GitHub
- URL: https://github.com/zo-bro-23/moonwalk-template-test
- Owner: Zo-Bro-23
- Created: 2023-01-11T11:08:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T05:41:30.000Z (about 2 years ago)
- Last Synced: 2024-11-25T15:11:30.718Z (2 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moonwalk Template
Template for generating a Jekyll website based on the Moonwalk (@abhinavs/moonwalk) themeI personally use the [Moonwalk](https://github.com/abhinavs/moonwalk) Jekyll theme by [abhinavs](https://github.com/abhinavs) a lot, so this is a GitHub template that you can use to quickly create a Moonwalk website.
# Getting Started
- Click the `Use this template` button on the top of this repo
- Wait a couple of minutes for the GitHub Actions workflow to finish running
- Go to `Settings` and enable GitHub Pages to deploy from the `gh-pages` branch
- Your site should be up and running!
- For local development, fork this repo
- Make sure Jekyll and Ruby is up-to-date
- Run `bundle exec jekyll serve`
- Your site should be locally live# Customization
## Download an asset from the internet
You can edit the `/.github/workflows/download.yml` file to routinely download an asset file from the internet before deploying your site.
- Uncomment the `push` workflow trigger (three lines)
- To download from a server other than GitHub, edit the url within the quotations on the `curl "..." -o ./assets/{SOMETHING}.md` line, replacing `{SOMETHING}.md` with a file path of your choice
- To download from GitHub, replace `{USER}` with a GitHub username, `{REPO}` with a GitHub repo, and `{SOMETHING}.md}` with a file path such as `README.md` or `assets/asset.png`, also replacing `./assets/{SOMETHING}.md` with a file path of your choice
## Home layout
Edit `/_data/home.yml` as per [Moonwalk](https://github.com/abhinavs/moonwalk)'s specification.
## Site config
Edit `_config.yml` as per [Moonwalk](https://github.com/abhinavs/moonwalk)'s or Jekyll's specification.
## Add pages
Edit `about.md` and `project1.md`, as well as add/remove markdown files for additional pages.