Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhl-bthr/parchment
Jekyll theme for minimalists. Live at https://rahulbothra.com/parchment
https://github.com/rhl-bthr/parchment
Last synced: 2 months ago
JSON representation
Jekyll theme for minimalists. Live at https://rahulbothra.com/parchment
- Host: GitHub
- URL: https://github.com/rhl-bthr/parchment
- Owner: rhl-bthr
- License: gpl-3.0
- Created: 2018-10-21T07:26:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T18:54:17.000Z (8 months ago)
- Last Synced: 2024-06-16T05:30:33.112Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 1.49 MB
- Stars: 112
- Watchers: 1
- Forks: 83
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jekyll-themes - pro-panda/cocoon - - Minimal, single paged blog theme (More Themes / Intro / Disclaimer)
README
# Parchment
A clean, single column blog template built for jekyll## Building Locally
* Clone the repository
* Run `bundle install`
* Run `bundle exec jekyll serve`
* Visit browser at `http://127.0.0.1:4000/parchment/`## Usage
* To use this as your GitHub Page, fork this repository, and
rename it to `.github.io`. Your site will be live
at `https://.github.io/parchment-jekyll`.* You can customise variables in `_config.yml` and `css/*` files.
* You can add markdown files, say `foo.md` in the root directory
of the repository. It will then be accessible like
`your.website.com/foo`.* To add posts, add your posts in the `_posts` directory. Follow
the naming convention `%yyyy-%mm-%dd-your-title-here.md`.* To add a profile picture, use class `profile-picture` around
the image.## Contributing
Pull requests are welcome. For major changes, please open an
issue first to discuss what you would like to change.## Credits
Parchment is inspired from the resume theme
[Researcher](https://github.com/ankitsultana/researcher)## License
[GNU GPL v3](LICENSE)