Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aairey/aairey.github.io-src
Source for the website at aairey.github.io
https://github.com/aairey/aairey.github.io-src
pelican-blog personal-blog
Last synced: 17 days ago
JSON representation
Source for the website at aairey.github.io
- Host: GitHub
- URL: https://github.com/aairey/aairey.github.io-src
- Owner: aairey
- Created: 2016-07-05T22:41:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T18:43:22.000Z (about 2 months ago)
- Last Synced: 2024-10-09T15:42:49.761Z (about 1 month ago)
- Topics: pelican-blog, personal-blog
- Language: Makefile
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aairey.github.io-src
Source for the website at [aairey.github.io](http://aairey.github.io) / [blog.airey.be](https://blog.airey.be/).## Dependencies
Tested with Pelican v3.7.1.
## Installing
```bash
cd ~/git_projects
git clone [email protected]:aairey/aairey.github.io-src.git
cd aairey.github.io-src
mkvirtualenv pelican
pip install -r requirements.txt
git submodule update --init --recursive
```## Creating posts
Create all posts in the `content/` folder in Markdown format.
## Testing new content
```bash
make html && make serve
```## Publishing content
```bash
make github
```