Skip to content

Repository for learning how to make websites with Jekyll Pages.

License

Notifications You must be signed in to change notification settings

erinwagner/group-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

group-website

Repository for learning how to make websites with Jekyll Pages.

some bold font and some italic font

Learning Markdown

Vanilla text may contain italic and bold words.

This paragraph is separated from the previous one by a blank line.

Line breaks are caused by two trailing spaces at the end of the line.

  • bullet 1
  • bullet 2
  1. item1

  2. item2

  3. item3

  4. item5

  5. item6

  6. item7

You can reference code message='Hello World' or commands git status inside text. Larger code snippets loook lik this:

print('Hello World')
print("Hello World")

Exercise.

printf(past("How","are","you?"), quote = FALSE)
s = "How are you?"
print(s)
<!DOCTYPE html>
<html>
  <body>
    <a href=https://carpentiries.org/>This is a link</a>
  </body>
  </html>

note: html will render without tag

The Carpentries

I would like to use this site.

Example links:

  1. The Carpentries
  2. ase-InSeNsiTiVE-reference-tag.

[carpentries=tag]:https://carpentries.org/).

About

Repository for learning how to make websites with Jekyll Pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published