|
12 | 12 |
|
13 | 13 | <div align="center"> |
14 | 14 | <a href="https://michaelcurrin.github.io/"> |
15 | | - <img src="/sample.png" |
16 | | - alt="Sample screenshot" |
17 | | - title="Go to site" |
| 15 | + <img src="/sample.png" |
| 16 | + alt="Sample screenshot" |
| 17 | + title="Go to site" |
18 | 18 | width="500" /> |
19 | 19 | </a> |
20 | 20 | </div> |
|
28 | 28 |
|
29 | 29 | </div> |
30 | 30 |
|
31 | | -Forked from the [github/personal-website](https://github.com/github/personal-website) repo. |
| 31 | +Forked from the [github/personal-website](https://github.com/github/personal-website) repo. |
32 | 32 |
|
33 | 33 | You can [fork](https://github.com/github/personal-website/fork) that original project and make your own. |
34 | 34 |
|
35 | 35 |
|
36 | | -## Development |
37 | | -> Notes for editing this repo |
| 36 | +## Documentation |
38 | 37 |
|
39 | | -### Content and templates |
40 | | - |
41 | | -- `interests.html`: A heading and dynamic list of "My Interests," which is populated with the [topics](#topics) you list in your `_config.yml`. |
42 | | -- `masthead.html`: A collection of your avatar, name, bio, and other metadata that's displayed prominently on all your webpages to help identify what the website is about. |
43 | | -- `post-card.html`: A compact, summarized presentation of a blog post, re-used to display a listing of your latest blog posts. |
44 | | -- `projects.html`: A heading and dynamic list of "My Projects," which is populated with a listing of your newest GitHub repositories. |
45 | | -- `repo-card.html`: A compact, summarized presentation of a repository, re-used to display a listing of your GitHub repositories. |
46 | | -- `thoughts.html`: A heading and dynamic list of "My Thoughts," which is populated with a listing of your latest blog posts. |
47 | | -- `topic-card.html`: A compact, summarized presentation of a topic (defined in your `_config.yml`), re-used to display a listing of your interests. |
48 | | - |
49 | | -### Styles |
50 | | - |
51 | | -The website is pre-configured to use [GitHub's very flexible CSS framework called "Primer"](https://styleguide.github.com/primer/). It's currently referenced within your `styles.scss` file, using the CSS `@import` rule. |
52 | | - |
53 | | -See `/assets/styles.scss` Sass stylesheet. By editing this file, you can customize the website's color scheme, typography, and more. |
54 | | - |
55 | | -### Icons |
56 | | - |
57 | | -The Octicons gem is _not_ listed directly under [Dependency versions](https://pages.github.com/versions/), but it still works on GH Pages. |
58 | | - |
59 | | -- [octicons](https://rubygems.org/gems/octicons) on Ruby gems. |
60 | | -- [octicons](https://github.com/primer/octicons) on GitHub. Linked to from the now-deprecated [jekyll-octicons](https://github.com/primer/jekyll-octicons) repo. |
| 38 | +See [docs](/docs/). |
61 | 39 |
|
62 | 40 |
|
63 | 41 | ## License |
|
0 commit comments