Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jan 23, 2025
1 parent 5a3132e commit 8db4180
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion github-pages/examples/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* bullet
* points
* and [link](https://edumaven.com/)
* and [home](/)

1. Numbered
1. List
Expand Down
27 changes: 20 additions & 7 deletions github-pages/github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,21 @@
* Indenting 4 spaces also works.


## Add page
{id: add-another-page}

* Create a file called `about.md`.
* Visit https://USERNAME.github.io/about
* Show how to linke to it from the main page.

![](examples/about.md)


## Customized 404 Page not found
{id: page-not-found}

Create the `404.md` files.


## Jekyll themese
{id: jekyll-themes}
Expand Down Expand Up @@ -120,11 +135,9 @@ title: About the szabgab page

![](examples/js.md)

* One can include plain HTML in the md file. So include **script** tags.
* One can include plain HTML in the md file. So include `script` tags.
* The code should come at the end to have the DOM available already.



## Load jQuery and add jQuery code
{id: load-jquery-code}

Expand All @@ -149,7 +162,7 @@ When you change the JavaScript file, make sure it is reloaded! Browser cashing c



In the _config file we can add a field called **description:**. It will provide the content for the subtitle of the header.
In the _config file we can add a field called `description:`. It will provide the content for the subtitle of the header.

```
description: Some text
Expand All @@ -159,11 +172,8 @@ description: Some text

![](examples/index.html)

* Create a file called **about.md**
* Visit https://USERNAME.github.io/about
* Note: the .html files take precedence over the .md files!

![](examples/about.md)

## Examples
{id: examples}
Expand Down Expand Up @@ -196,6 +206,9 @@ description: Some text

* [slides](https://slides.code-maven.com/) - [source](https://github.com/szabgab/slides/) - [generator](https://github.com/szabgab/slider-py) written in Python.

* [rust.org.il](https://rust.org.il/) - [source](https://github.com/szabgab/rust.org.il/) written in Rust.
* [python.org.il](https://python.org.il/) - [source](https://gitlab.com/hamakor/python.org.il/) is written in Python but it is hosted on GitLab pages.

## Rename repository
{id: rename-repository}

Expand Down

0 comments on commit 8db4180

Please sign in to comment.