Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbirkner/stefan-birkner.de
My Homepage
https://github.com/stefanbirkner/stefan-birkner.de
Last synced: about 1 month ago
JSON representation
My Homepage
- Host: GitHub
- URL: https://github.com/stefanbirkner/stefan-birkner.de
- Owner: stefanbirkner
- Created: 2011-08-31T17:38:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T05:58:32.000Z (over 2 years ago)
- Last Synced: 2023-03-14T05:31:01.082Z (over 1 year ago)
- Language: HTML
- Homepage: https://www.stefan-birkner.de
- Size: 26.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stefan-birkner.de
=================This is the project for the website http://stefan-birkner.de. It uses the
TaskRunner [Grunt](http://gruntjs.com/) and the static site generator
[Hugo](https://gohugo.io).Serving the page at localhost
-----------------------------You can see the website at http://localhost:4000 if you run Grunt.
npm install
gruntThe default task uses Hugo to serve the site.
Deployment
----------Commit the current changes and then run
npm install
grunt deployDependency Management
---------------------This project uses [Bower](http://bower.io/) for dependency management. Alle dependencies are stored in the project (`app/bower_components`) because we have no repository manager running. You add or change a dependency by adding or changing it in `bower.json`. Run `bower install` afterwards and check in the resolved dependencies.
Font Awesome Icons
------------------stefan-birkner.de uses icons of [Font Awesome](https://fontawesome.com/). You can add an icon to a page with the shortcut `fontawesome`. The following example adds GitHub's Octocat:
{{< icon github >}}
Before you can use an icon you have to download the SVG file from https://github.com/FortAwesome/Font-Awesome/tree/master/svgs to the directory `app/fontawesome`.
Thank you [Nick Galbreath](https://www.client9.com/) for your [tutorial](https://www.client9.com/using-font-awesome-icons-in-hugo/).