Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robatron/robmd.net
Source files for my personal website
https://github.com/robatron/robmd.net
Last synced: about 1 month ago
JSON representation
Source files for my personal website
- Host: GitHub
- URL: https://github.com/robatron/robmd.net
- Owner: robatron
- Created: 2011-05-24T06:27:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T22:23:45.000Z (over 7 years ago)
- Last Synced: 2024-10-19T01:09:30.737Z (2 months ago)
- Language: HTML
- Homepage: http://robmd.net
- Size: 62 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# robmd.net
These are the source files for my [personal web site][mysite].
## Project Status
This project is no longer maintained, and [site][mysite] is offline. This repo persists for historical purposes.
## Download the source
Using git, clone this repository onto your own system:
git clone https://[email protected]/robatron/robmd.net.git
## Installation
This site uses the [wok static website generator][woksite] created by [Mike Cooper][mikesite]. You can install it on your system using [pip][pip]:
sudo pip install wok
Next, make a copy of the `config.dist` file in the project rood directory and call it `config`. This is the wok configuration file for this site. Edit it to suit your own needs.
cp config.dist config
# Generating the site
Make sure you're in the root project directory, and run wok:
cd robmd.net
wokBy default, files will be generated in the `output` directory in the project root. Point your web server at the directory, and you're set!
[mysite]: http://robmd.net
[woksite]: https://github.com/mythmon/wok
[mikesite]: https://github.com/mythmon
[pip]: http://pypi.python.org/pypi/pip