George
70c5ccf93d
Fixed prettier complaints
2025-01-13 11:57:43 -03:00
George
9ca1d52c04
Added another option to remove content
2025-01-12 15:43:14 -03:00
George
c4a9f1729f
Howto remove pages ( #2933 )
...
Closes #2930
---------
Signed-off-by: George Araújo <george.gcac@gmail.com>
2025-01-03 18:50:37 -03:00
George
0dbab217fa
Update CUSTOMIZE.md
2024-12-23 14:26:12 -03:00
George
0af4aecf50
Removed sync from template from INSTALL.md ( #2781 )
...
Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-10-16 11:52:16 -03:00
George
7203eb161c
Update CUSTOMIZE.md scheduled info
2024-09-09 15:03:17 -03:00
M. Umar Shahbaz
d50cdf6b8a
Schedule Posts Workflow ( #2672 )
...
Updated ```CUSTOMIZE.md``` to include information regarding the
```scheduler.yml``` action
2024-09-09 14:36:44 -03:00
George
e14f5723f2
Added customizing css to CUSTOMIZE.md ( #2602 )
...
Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-07-25 14:01:57 -03:00
Salman Faroz
e7da32f0e4
Lighthouse Badger token as secret ( #2589 )
...
In the
[FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md#my-webpage-works-locally-but-after-deploying-it-is-not-displayed-correctly-css-and-js-are-not-loaded-properly-how-do-i-fix-that ),
it is mentioned to "add it as a secret". However, the Lighthouse Badger
documentation specifies using an environment variable. I've updated this
to use secrets instead, as it is more secure and appropriate for using a
Personal Access Token (PAT).
#### Personal Access Token (fine-grained) Permissions:
- **contents**: access: read and write
- **metadata**: access: read-only
#### Personal Access Token (classic) Permissions:
- **repo**
[refer](https://github.com/MyActionWay/lighthouse-badger-workflows#lighthouse-badger-easyyml:~:text=and%20permissions%20required-,PAT%20(fine%2Dgrained)%3A%20repository%20permissions,-contents%20%3D%3E%20access%3A%20read )
For more information, refer to the [GitHub documentation on using
secrets in GitHub
Actions](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions ).
2024-07-25 12:07:22 -03:00
Andrew Boyer
cd020affa6
Update CUSTOMIZE.md for Newsletter support ( #2521 )
...
In reference to https://github.com/alshedivat/al-folio/pull/2517 and
https://github.com/alshedivat/al-folio/pull/2517#issuecomment-2179244937
2024-06-20 00:21:22 -03:00
ariseus
a25df79188
Support superscripts in bibtex author names ( #2512 )
...
Implements #2511
2024-06-19 14:34:54 -03:00
George
8fe4bee5e6
Remove lsi command ( #2428 )
...
Removed lsi command from code since it was added to _config.yml
---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
2024-05-17 14:19:02 -03:00
George
096310eff6
Added links to jekyll docs in CUSTOMIZE.md
2024-04-01 11:31:49 -03:00
George
b81d4a3612
Added permalink info to CUSTOMIZE.md
2024-04-01 11:30:06 -03:00
George
d104b287cd
Make clear that you should not touch gh-pages branch
2024-03-13 11:24:25 -03:00
George
9f4d6d26be
Fixed coauthors examples in CUSTOMIZE
2024-02-19 12:33:46 -03:00
George
e977319dc8
Added link to jekyll docs about post file naming
2024-01-29 16:52:26 -03:00
George
71f054c82e
Fix broken links ( #2077 )
...
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 <george.gcac@gmail.com>
2024-01-15 11:09:45 -03:00
Maruan
beb6f27d59
format code with prettier.io ( #2048 )
...
summary:
- adds prettier formatter configuration
- formats the entire repo using prettier, ignoring minified files
(`*.min.css`) and heavy generated html
- changes extensions of all `.html` files to `.liquid`, which is more
correct and necessary for prettier to work correctly
- replaces "%-" and "-%" with just "%" — manual liquid formatting using
minus signs is superfluous since we are compressing and minifying the
code anyway
- adds CI action for running prettier check on PR and pushes to master
2024-01-10 00:10:51 -05:00
George
4a55cd1bd1
Upgrading the README file ( #2034 )
...
I decided to break the README file into different ones to declutter it
from the main page. Also adding some more explanation on the structure
of the template. Tackling #2032 and #2033
---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
2024-01-02 22:30:48 -03:00