Skip to content

Commit 0df0a18

Browse files
committed
- Updated humans.txt.
- Changed URLs in documentation.
1 parent b2219c2 commit 0df0a18

File tree

3 files changed

+40
-24
lines changed

3 files changed

+40
-24
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ These plugins are installed by default:
7070

7171
- [jekyll-feed][jekyll-feed]
7272
- Generates an XML Feed at
73-
<https://jekyll-heroku-starter-kit.herokuapp.com/feed.xml>
73+
<https://hartman.me/jekyll-heroku-starter-kit/feed.xml>
7474
- [jekyll-seo-tag][jekyll-seo-tag]
7575
- View the config settings in `_config.yml` and `index.md`.
7676
- [jekyll-sitemap][jekyll-sitemap]
7777
- Generates a XML Sitemap at
78-
<https://jekyll-heroku-starter-kit.herokuapp.com/sitemap.xml>
78+
<https://hartman.me/jekyll-heroku-starter-kit/sitemap.xml>
7979
- Generates a `robots.txt` file at
80-
<https://jekyll-heroku-starter-kit.herokuapp.com/robots.txt>
80+
<https://hartman.me/jekyll-heroku-starter-kit/robots.txt>
8181
- View the config settings in `index.md`.
8282
- [jekyll-paginate-v2][jekyll-paginate-v2]
8383
- View the config settings in `_config.yml` and `index.md`.
@@ -361,11 +361,11 @@ some way to make this project a reality.
361361
[heroku]: https://blog.heroku.com/jekyll-on-heroku
362362
[jekyll]: https://jekyllrb.com/
363363
[heroku-main]: https://www.heroku.com/
364-
[humans]: https://jekyll-heroku-starter-kit.herokuapp.com/humans.txt
364+
[humans]: https://hartman.me/jekyll-heroku-starter-kit/humans.txt
365365
[localhost]: http://127.0.0.1:4000
366366
[livesite]: /assets/images/website.png
367367
[blogsite]: /assets/images/news.png
368-
[example]: https://jekyll-heroku-starter-kit.herokuapp.com
368+
[example]: https://hartman.me/jekyll-heroku-starter-kit
369369
[mdl]: https://getmdl.io/
370370
[22]: https://22digital.co.za
371371
[pygments-themes]: https://github.com/jwarby/jekyll-pygments-themes

humans.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,33 @@ sitemap:
66
priority: 0.5
77
---
88
/* TEAM */
9-
Chef: Justin Hartman
10-
Email: justin [@] 22digital.co.za
11-
Web: http://justin.hartman.me
9+
Creator: Justin Hartman
10+
Email: justin [@] hartman.me
11+
Web: https://hartman.me
1212
Twitter: @justinhartman
13-
Facebook: https://fb.me/justin.hartman.me
13+
Facebook: https://fb.me/justinhartman.blog
1414
From: Cape Town, South Africa
1515

1616
/* THANKS */
17+
22 Digital: https://22digital.co.za
18+
Andy Croll: https://andycroll.com/ruby/serving-a-jekyll-blog-using-heroku/
19+
20+
/* PLATFORMS */
1721
Jekyll: https://jekyllrb.com
22+
Heroku: https://www.heroku.com
23+
Github: https://github.com
1824

25+
/* DESIGN */
26+
Material Design Lite: https://getmdl.io
27+
MaterialDocs: https://github.com/chromatical/jekyll-materialdocs
28+
Jekyll Pygments Themes: https://github.com/jwarby/jekyll-pygments-themes
29+
Picsum: https://picsum.photos
30+
Pravatar: https://pravatar.cc
1931

2032
/* SITE */
2133
Last update: {{ site.time }}
2234
Revision: {{ site.github.build_revision }}
2335
Language: English
2436
Doctype: HTML5
25-
IDE: Visual Studio Code, Sublime Text 3, Github Pages, Jekyll, Github,
26-
iTerm2, Firefox Developer Edition.
37+
Theme: MaterialDocs @chromatical/jekyll-materialdocs
38+
IDE: Sublime Text 3, iTerm2, Chrome, GitFox.

index.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ These plugins are installed by default:
7373

7474
- [jekyll-feed][jekyll-feed]
7575
- Generates an XML Feed at
76-
<https://jekyll-heroku-starter-kit.herokuapp.com/feed.xml>
76+
<https://hartman.me/jekyll-heroku-starter-kit/feed.xml>
7777
- [jekyll-seo-tag][jekyll-seo-tag]
7878
- View the config settings in `_config.yml` and `index.md`.
7979
- [jekyll-sitemap][jekyll-sitemap]
8080
- Generates a XML Sitemap at
81-
<https://jekyll-heroku-starter-kit.herokuapp.com/sitemap.xml>
81+
<https://hartman.me/jekyll-heroku-starter-kit/sitemap.xml>
8282
- Generates a `robots.txt` file at
83-
<https://jekyll-heroku-starter-kit.herokuapp.com/robots.txt>
83+
<https://hartman.me/jekyll-heroku-starter-kit/robots.txt>
8484
- View the config settings in `index.md`.
8585
- [jekyll-paginate-v2][jekyll-paginate-v2]
8686
- View the config settings in `_config.yml` and `index.md`.
@@ -310,13 +310,16 @@ file for full details.
310310
Special thanks go out to the following people and projects who have helped in
311311
some way to make this project a reality.
312312

313-
- [22 Digital][22] - for the awesome development work on the theme.
314-
- [Jekyll Pygments Themes][pygments-themes] - for the `github.css` styling.
315-
- [@justinhartman/.github][.github] - for the awesome Github project templates.
316-
- [Andy Croll][andy] - for his post on serving a Jekyll site on Heroku.
317-
- [Heroku][heroku] - for their post on running Jekyll on their platform.
318-
- [Picsum][picsum] - for their amazing Lorem Picsum photos.
319-
- [Pravatar][pravatar] - for the profile images on the author feed.
313+
- [22 Digital][22] for the awesome development work on the theme.
314+
- [Material Design Lite][mdl] for the design framework used in the theme.
315+
- [James King][james] for the the [MaterialDocs][jekyll-materialdocs] theme
316+
which inspired this theme.
317+
- [Jekyll Pygments Themes][pygments-themes] for the `github.css` theme styling.
318+
- [Picsum][picsum] for their amazing Lorem Picsum photos used in the site.
319+
- [Pravatar][pravatar] for the profile images used for the authors data.
320+
- [@justinhartman/.github][.github] for the awesome Github project templates.
321+
- [Andy Croll][andy] for his article on serving a Jekyll site on Heroku.
322+
- [Heroku][heroku] for their article on running Jekyll on their platform.
320323

321324
[deploy]: #4-deployment
322325
[CONTRIBUTING]: CONTRIBUTING.md
@@ -342,17 +345,18 @@ some way to make this project a reality.
342345
[jekyll-last-modified-at]: https://github.com/gjtorikian/jekyll-last-modified-at
343346
[jekyll-redirect-from]: https://github.com/jekyll/jekyll-redirect-from
344347
[jekyll-materialdocs]: https://github.com/chromatical/jekyll-materialdocs
348+
[james]: https://github.com/chromatical
345349
[rack]: https://github.com/adaoraul/rack-jekyll
346350
[andy]: https://andycroll.com/ruby/serving-a-jekyll-blog-using-heroku/
347351
[heroku]: https://blog.heroku.com/jekyll-on-heroku
348352
[jekyll]: https://jekyllrb.com/
349353
[heroku-main]: https://www.heroku.com/
350-
[humans]: https://jekyll-heroku-starter-kit.herokuapp.com/humans.txt
354+
[humans]: https://hartman.me/jekyll-heroku-starter-kit/humans.txt
351355
[localhost]: http://127.0.0.1:4000
352356
[livesite]: /assets/images/website.png
353357
[blogsite]: /assets/images/news.png
354-
[example]: https://jekyll-heroku-starter-kit.herokuapp.com
355-
[mdl]: https://getmdl.io/
358+
[example]: https://hartman.me/jekyll-heroku-starter-kit
359+
[mdl]: https://getmdl.io
356360
[22]: https://22digital.co.za
357361
[pygments-themes]: https://github.com/jwarby/jekyll-pygments-themes
358362
[jekyll-v3]: https://github.com/justinhartman/jekyll-heroku-starter-kit/tree/jekyll-v3

0 commit comments

Comments
 (0)