The Athega GitHub Place
\curl -sSL https://get.rvm.io | bash -s stable
git clone [email protected]:athega/athega.github.io.git
cd athega.github.io
gem install bundler
bundle install
bundle update
bundle exec jekyll serve
Nu kan du titta på sajten lokalt på http://localhost:4000.
git pull https://github.com/athega/athega.github.io.git
git commit
git push https://github.com/athega/athega.github.io.git
- Ladda upp bilderna man vill ha i posten. a. Dom ska laddas upp under /athega.github.io/assets/img/blog/
- Skapa en ny fil under posts med yyyy-mm-dd-namn-namn.md (Viktigt med md på slutet)
- Lägg till huvud med a. --- b. title: "Titel" c. date: 2015-04-14 d. description: "description." e. tags: - nyhetsbrev f. last_updated_by: namn g. image_url: /system/uploads/liten.jpg h. ---
- Skriv sedan bloggposten med Markdown
- Preview
- Commit new file - master uppdaterar siten i samma sekund