Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muzimuzhi/hello-github-pages
my GitHub Pages playground
https://github.com/muzimuzhi/hello-github-pages
github-pages playground
Last synced: about 1 month ago
JSON representation
my GitHub Pages playground
- Host: GitHub
- URL: https://github.com/muzimuzhi/hello-github-pages
- Owner: muzimuzhi
- Created: 2018-11-18T00:19:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T03:35:41.000Z (5 months ago)
- Last Synced: 2024-10-12T21:44:19.175Z (2 months ago)
- Topics: github-pages, playground
- Homepage: https://muzimuzhi.github.io/hello-github-pages/
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-page-test
[UPPERCASE Title](#UPPERCASE-Title)
- [UPPERCASE Subtitle](#UPPERCASE-Subtitle)
- [lowercase subtitle](#lowercase-subtitle)## UPPERCASE Title
### UPPERCASE Subtitle
### lowercase subtitle
## subsection
list
* item
* item
* item[link](https://github.com)
*emphasis*
```tex
% beamerbasesection.sty, line 256:
\def\beamer@subsection[#1]#2{%
\beamer@savemode%
\mode%
% ...
}$\{ w_i \}_ {i=1}^{k}$
``````yaml
# https://github.com/mxschmitt/action-tmate
jobs:
build:
runs-on: ubuntu-latest
steps:
# Enable tmate debugging of manually-triggered workflows if the input option was provided
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
```