You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
_includes | 1 year ago | |
_layouts | 1 year ago | |
_posts | 2 years ago | |
_projects | 10 months ago | |
assets | 10 months ago | |
work | 2 years ago | |
.gitignore | 3 years ago | |
404.html | 3 years ago | |
Gemfile | 3 years ago | |
Gemfile.lock | 2 years ago | |
README.md | 2 years ago | |
_config.yml | 1 year ago | |
blog.md | 3 years ago | |
index.md | 1 year ago | |
projects.md | 3 years ago | |
robots.txt | 4 years ago |
README.md
This is the repo for my website, found at http://www.nimirea.com.
Right now it's a Jekyll site, which means it's also a Ruby bundle! So once you have bundler installed, pull down the dependencies with
bundle install
To run a live local server, run:
bundle exec jekyll serve
From there, you can use it as a basis for your own site, if you'd like. Just please don't republish the content of my site.
When you're done tinkering, run
bundle exec jekyll build
and upload the generated _site
directory to your server.