-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# Github Actions for x-wei's pelican blog | ||
|
||
**Note:** this repo is still work-in-progress. | ||
|
||
Github actions config for building x-wei's static [blog](https://x-wei.github.io) | ||
with pelican and the customized bootstrap3 theme adopted from | ||
[farseerfc](https://github.com/farseerfc/pelican-bootstrap3). | ||
|
||
The repo is written with reference to nelsonjchen's [gh-pages-pelican-action](https://github.com/nelsonjchen/gh-pages-pelican-action). | ||
|
||
## Example usage | ||
|
||
- name: Github Actions for x-wei's pelican blog | ||
uses: X-Wei/[email protected] | ||
|
||
Cf. the [setup](https://github.com/X-Wei/x-wei.github.com/blob/master/.github/workflows/main.yml) in x-wei's blog. |