https://github.com/jai-x/jai-x.github.io
https://github.com/jai-x/jai-x.github.io
ruby website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jai-x/jai-x.github.io
- Owner: jai-x
- Created: 2020-06-17T22:23:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T22:06:30.000Z (over 1 year ago)
- Last Synced: 2024-05-27T19:48:59.420Z (about 1 year ago)
- Topics: ruby, website
- Language: JavaScript
- Homepage: https://jai.moe
- Size: 7.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# jai.moe
My slightly overcomplicated static site
## requirements
- Install `asdf` version manager
- Use `asdf` to install `ruby`
- Use `bundle install` to install the required gems## running
- Run `./bin/generate` to generate the website inside the `./www` directory
- Run `./bin/serve` to serve the `./www` directory on `localhost:8080`## structure
- `./ideas.md`: place to put ideas
- `./bin`: ruby scripts to generate and run the website
- `./posts`: mardown source files to generate website posts
- `./www`: website generation output dir
- `./www/static`: website static files like fonts and css
- `./www/misc`: website content that isn't auto-generated, needs to be manually linked