You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,8 @@ Follow the official instructions to test GitHub Pages sites with [Jekyll](https:
64
64
plugins:
65
65
- jekyll-gist
66
66
```
67
-
5. Open the _includes/elements/github_edit_footer.html file and leave it empty to avoid errors while testing locally. Later, when the repository is finished and public, you can add the following content:
68
-
```html
69
-
<footer class="github-footer">
70
-
This page is <b>open source</b>. Noticed a typo?<br />
71
-
Or something unclear? {% github_edit_link "Improve it on GitHub" %}.
72
-
</footer>
73
-
```
67
+
5. Open the problematic file _includes/ file and leave it empty to avoid errors while testing locally. Later, when the repository is finished and public, you can add the previous content.
68
+
74
69
6. Install the dependencies with:
75
70
```bash
76
71
bundle install
@@ -86,9 +81,23 @@ Follow the official instructions to test GitHub Pages sites with [Jekyll](https:
86
81
### Done!
87
82
You can now access your website locally at http://127.0.0.1:4000. If you encounter any issues, check the _config.yml and Gemfile, or refer to the official Jekyll documentation.
88
83
89
-
90
-
91
-
84
+
A typicall organized structure of a Jeckyll project may be something like this:
<pid="placeholder-project-desc" class="card-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
@@ -101,7 +101,7 @@ <h5 id="the-movies-project-name" class="card-title">The Movies Project
<pid="the-fabulous-desc" class="card-text">Fabulous is a science-based app, incubated in Duke's Behavioral Economics Lab, that will help you build healthy rituals into your life, just like an elite athlete.</p>
<pid="dummy-project-desc" class="card-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
0 commit comments