https://github.com/tguillerme/macrojc.github.io
https://github.com/tguillerme/macrojc.github.io
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tguillerme/macrojc.github.io
- Owner: TGuillerme
- Created: 2014-09-02T12:04:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T19:32:05.000Z (over 11 years ago)
- Last Synced: 2025-01-13T08:47:07.435Z (11 months ago)
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#macrojc.github.io
=================
##Contributing
OK, here's how to contribute to the repository.
Initial set up:
Install [Pelican](https://github.com/getpelican). You can use "pip install pelican markdown" in Terminal.
Download [Pelican Themes](https://github.com/getpelican/pelican-themes). You can use "git clone --recursive https://github.com/getpelican/pelican-themes ~/pelican-themes" in Terminal.
Clone the repository to your machine. In the pelicanconf.py, there are some paths to themes that are 'April specific'. Edit these to reflect your paths.
Once installed:
1) First, git pull to get any updates to the repo.
2) Then, write some content in the 'content' folder that is in the repository. The syntax for content is [Markdown](http://daringfireball.net/projects/markdown/)
3) Change directories in your terminal into the repository.
4) Type 'make github'
5) That should be it, can someone try this for me? If you have read the directions, please edit the content/pages/Contributors.md with a sentence about yourself.