g-cqd / EFREI-Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://AXI-Technologies.github.io/AXI-Fastpages/

My Blog

powered by fastpages

What To Do Next?

Great! You have setup your repo. Now its time to start writing content. Some helpful links:

Note: you may want to remove example blog posts from the _posts, _notebooks or _word folders (but leave them empty, don't delete these folders) if you don't want these blog posts to appear on your site.

Please use the nbdev & blogging channel in the fastai forums for any questions or feature requests.

GUIDE - Step by step:

  1. Login to GitHub: If you don't have a GitHub account, register for one, then login to it.

  2. Click this link: https://github.com/fastai/fastpages/generate

  3. Wait a minute or so. Then reload your repository page. This will review a new automatically created pull request. You can see it here:

  4. Choice Intitial Setup. This will show you some instructions.

  1. Follow instructions and MERGE PULL REQUEST.

  1. Wait for a few minutes. GitHub Pages will automatically create your website, but it takes some time. This will happen every time you push new content to the master branch of your repository (more on that below).

  2. Check status. If u see your README is like this image -> It’s oke now and we can click this link below for accessing your blog.

  1. Create blog with fastpages.

Blog a été sauvegardé comme ce nom.

On peut créer un blog par 3 types:

  1. Syntax ‘Kramdown’ What's important to remember is that GitHub pages uses a type of Markdown called 'Kramdown'. There is a guide to using Kramdown here: https://kramdown.gettalong.org/quickref.html

  2. The Page Generation Process. We need to talk a bit about what happens when your website pages are generated from your repository. Recall this diagram from the previous post of this series:

Here it is again, with a bit of elaboration. Your repository is on the left. It feeds through a program called Jekyll running in GitHub Actions, and the output if your website on the right. All of this happens automatically (but it takes a few minutes, which is why you have to wait). If you look at the GitHub Actions webpage you can see that there are many choice. What Fastpages does for us is to select and configure GitHub Actions in Jekyll. This gives us more options in our Markdown pages. We can use the 'comments and processing instructions' section of the page to give Jekyll some instructions when it processes our page.

  1. Some note for le type in the section titled 'Front-Matter related options'.

  1. Main page.

  1. Others pages.

  1. Name lien le domaine du site-web.

  1. Add custome layout default

  1. Others sources

https://fastpages.fast.ai/

About

License:Apache License 2.0


Languages

Language:Jupyter Notebook 98.7%Language:HTML 0.5%Language:JavaScript 0.3%Language:SCSS 0.2%Language:Shell 0.1%Language:Python 0.1%Language:Smarty 0.0%Language:Ruby 0.0%Language:Makefile 0.0%Language:Dockerfile 0.0%