https://github.com/ngehlenborg/website
https://github.com/ngehlenborg/website
hidivelab
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngehlenborg/website
- Owner: ngehlenborg
- License: mit
- Created: 2014-07-03T02:29:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T12:11:52.000Z (almost 12 years ago)
- Last Synced: 2025-10-30T03:49:13.186Z (7 months ago)
- Topics: hidivelab
- Language: TeX
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Website
This is an experiment to replace a Wordpress-based website with a new site built with Jekyll.
#### Setup
```ShellSession
$ gem install jekyll
$ gem install jekyll-scholar
```
#### Generate and/or Serve Site
```ShellSession
$ jekyll serve --watch
```
#### View Site
```ShellSession
$ open http://0.0.0.0:4000/
```