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
+28-34Lines changed: 28 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 2023 IICCSSS Website
2
-
The original [al-folio](https://github.com/alshedivat/al-folio) README continues below.
3
2
3
+
The original [al-folio](https://github.com/alshedivat/al-folio) README continues below.
4
4
5
5
<details>
6
6
<summary>al-folio</summary>
@@ -243,7 +243,7 @@ $ docker-compose -f docker-local.yml up
243
243
244
244
#### Local Setup (Standard)
245
245
246
-
Assuming you have [Ruby](https://www.ruby-lang.org/en/downloads/) and [Bundler](https://bundler.io/) installed on your system (*hint: for ease of managing ruby gems, consider using [rbenv](https://github.com/rbenv/rbenv)*).
246
+
Assuming you have [Ruby](https://www.ruby-lang.org/en/downloads/) and [Bundler](https://bundler.io/) installed on your system (_hint: for ease of managing ruby gems, consider using [rbenv](https://github.com/rbenv/rbenv)_).
247
247
248
248
```bash
249
249
$ bundle install
@@ -283,7 +283,6 @@ Starting version [v0.3.5](https://github.com/alshedivat/al-folio/releases/tag/v0
283
283
4. Wait for a few minutes and let the action complete. You can see the progress in the **Actions** tab. If completed successfully, in addition to the `master` branch, your repository should now have a newly built `gh-pages` branch.
284
284
5. Finally, in the **Settings** of your repository, in the Pages section, set the branch to `gh-pages` (**NOT** to `master`). For more details, see [Configuring a publishing source for your GitHub Pages site](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#choosing-a-publishing-source).
285
285
286
-
287
286
<details><summary>(click to expand) <strong>Manual deployment to GitHub Pages:</strong></summary>
288
287
289
288
If you need to manually re-deploy your website to GitHub pages, go to Actions, click "Deploy" in the left sidebar, then "Run workflow."
@@ -348,9 +347,9 @@ If you installed **al-folio** as described above, you can configure a [GitHub ac
348
347
```yaml
349
348
name: Sync from template
350
349
on:
351
-
# cronjob trigger
350
+
# cronjob trigger
352
351
schedule:
353
-
- cron:"0 0 1 * *"
352
+
- cron: "0 0 1 * *"
354
353
# manual trigger
355
354
workflow_dispatch:
356
355
jobs:
@@ -406,8 +405,8 @@ If you have a different question, please ask using [Discussions](https://github.
But after deploying, it is not displayed correctly (CSS and JS is not loaded properly).
410
-
How do I fix that? <br>
408
+
But after deploying, it is not displayed correctly (CSS and JS is not loaded properly).
409
+
How do I fix that? <br>
411
410
**A:** Make sure to correctly specify the `url` and `baseurl` paths in `_config.yml`.
412
411
Set `url` to `https://<your-github-username>.github.io` or to `https://<your.custom.domain>` if you are using a custom domain.
413
412
If you are deploying a personal or organization website, leave `baseurl` blank.
@@ -416,8 +415,8 @@ If you have a different question, please ask using [Discussions](https://github.
416
415
4.**Q:** Atom feed doesn't work. Why?
417
416
<br>
418
417
**A:** Make sure to correctly specify the `url` and `baseurl` paths in `_config.yml`.
419
-
RSS Feed plugin works with these correctly set up fields: `title`, `url`, `description` and `author`.
420
-
Make sure to fill them in an appropriate way and try again.
418
+
RSS Feed plugin works with these correctly set up fields: `title`, `url`, `description` and `author`.
419
+
Make sure to fill them in an appropriate way and try again.
421
420
422
421
5.**Q:** My site doesn't work when I enable `related_blog_posts`. Why? <br>
423
422
**A:** This is probably due to the [classifier reborn](https://github.com/jekyll/classifier-reborn) plugin, which is used to calculate
@@ -481,7 +480,7 @@ If the entry matches one of the combinations of the last names and the first nam
481
480
482
481
There are several custom bibtex keywords that you can use to affect how the entries are displayed on the webpage:
483
482
484
-
- `abbr`: Adds an abbreviation to the left of the entry. You can add links to these by creating a venue.yaml-file in the _data folder and adding entries that match.
483
+
- `abbr`: Adds an abbreviation to the left of the entry. You can add links to these by creating a venue.yaml-file in the \_data folder and adding entries that match.
485
484
- `abstract`: Adds an "Abs" button that expands a hidden text field when clicked to show the abstract text
486
485
- `arxiv`: Adds a link to the Arxiv website (Note: only add the arxiv identifier here - the link is generated automatically)
487
486
- `bibtex_show`: Adds a "Bib" button that expands a hidden text field with the full bibliography entry
@@ -498,15 +497,16 @@ There are several custom bibtex keywords that you can use to affect how the entr
498
497
499
498
You can implement your own buttons by editing the bib.html file.
500
499
501
-
</details>
502
-
=======
500
+
#</details>
501
+
503
502
- [Code quality checks](#code-quality-checks)
504
-
- [FAQ](#faq)
505
-
- [Contributing](#contributing)
506
-
- [Maintainers](#maintainers)
507
-
- [All Contributors](#all-contributors)
508
-
- [Star History](#star-history)
509
-
- [License](#license)
503
+
504
+
- [FAQ](#faq)
505
+
- [Contributing](#contributing)
506
+
- [Maintainers](#maintainers)
507
+
- [All Contributors](#all-contributors)
508
+
- [Star History](#star-history)
509
+
- [License](#license)
510
510
511
511
## Getting started
512
512
@@ -558,7 +558,8 @@ Your publications' page is generated automatically from your BibTex bibliography
558
558
You can add extra information to a publication, like a PDF file in the [assets/pdf/](assets/pdf/) directory and add the path to the PDF file in the BibTeX entry with the `pdf` field. Some of the supported fields are: `abstract`, `altmetric`, `arxiv`, `bibtex_show`, `blog`, `code`, `dimensions`, `doi`, `eprint`, `html`, `isbn`, `pdf`, `pmid`, `poster`, `slides`, `supp`, `video`, and `website`.
0 commit comments