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
Added GitHub action to check for broken links in repo before commit,
ignoring files with liquid tags since these were not yet processed and
also README since some sites created from this template doesn't have
valid urls anymore. Fixed some broken links in repo.
---------
Signed-off-by: George Araújo <[email protected]>
Copy file name to clipboardExpand all lines: CUSTOMIZE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ The project is structured as follows, focusing on the main components that you w
8
8
9
9
```txt
10
10
.
11
-
├── 📄 404.html: 404 page (page not found)
12
11
├── 📂 assets/: contains the assets that are displayed in the website
13
12
│ └── 📂 json/
14
13
│ └── 📄 resume.json: CV in JSON format (https://jsonresume.org/)
@@ -19,10 +18,11 @@ The project is structured as follows, focusing on the main components that you w
19
18
│ ├── 📄 cv.yml: CV in YAML format, used when assets/json/resume.json is not found
20
19
│ └── 📄 repositories.yml: users and repositories info in YAML format
21
20
├── 📂 _includes/: contains code parts that are included in the main HTML file
21
+
│ └── 📄 news.liquid: defines the news section layout in the about page
22
22
├── 📂 _layouts/: contains the layouts to choose from in the frontmatter of the Markdown files
23
23
├── 📂 _news/: the news that will appear in the news section in the about page
24
-
├── 📄 news.html: defines the news section layout in the about page
25
-
├── 📂 _pages/: contains the pages of the website that are shown in the header
24
+
├── 📂 _pages/: contains the pages of the website
25
+
| └── 📄 404.md: 404 page (page not found)
26
26
├── 📂 _posts/: contains the blog posts
27
27
├── 📂 _projects/: contains the projects
28
28
└── 📂 _sass/: contains the SASS files that define the style of the website
@@ -136,7 +136,7 @@ There are several custom bibtex keywords that you can use to affect how the entr
136
136
- `supp`: Adds a "Supp" button to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory)
137
137
- `website`: Adds a "Website" button redirecting to the specified link
138
138
139
-
You can implement your own buttons by editing the [\_layouts/bib.html](_layouts/bib.html) file.
139
+
You can implement your own buttons by editing the [\_layouts/bib.liquid](_layouts/bib.liquid) file.
Copy file name to clipboardExpand all lines: INSTALL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ $ docker compose pull
34
34
$ docker compose up
35
35
```
36
36
37
-
Note that when you run it for the first time, it will download a docker image of size 400MB or so. To see the template running, open your browser and go to [http://localhost:8888](http://localhost:8888). You should see a copy of the theme's demo website.
37
+
Note that when you run it for the first time, it will download a docker image of size 400MB or so. To see the template running, open your browser and go to `http://localhost:8888`. You should see a copy of the theme's demo website.
38
38
39
39
Now, feel free to customize the theme however you like (don't forget to change the name!). After you are done, you can use the same command (`docker compose up`) to render the webpage with all you changes. Also, make sure to commit your final changes.
40
40
@@ -70,7 +70,7 @@ $ pip install jupyter
70
70
$ bundle exec jekyll serve --lsi
71
71
```
72
72
73
-
To see the template running, open your browser and go to [http://localhost:4000](http://localhost:4000). You should see a copy of the theme's [demo website](https://alshedivat.github.io/al-folio/). Now, feel free to customize the theme however you like. After you are done, remember to **commit** your final changes.
73
+
To see the template running, open your browser and go to `http://localhost:4000`. You should see a copy of the theme's [demo website](https://alshedivat.github.io/al-folio/). Now, feel free to customize the theme however you like. After you are done, remember to **commit** your final changes.
0 commit comments