Skip to content

Commit

Permalink
publish new quarto site
Browse files Browse the repository at this point in the history
  • Loading branch information
siobhon-egan committed Aug 2, 2022
1 parent 5d1c910 commit ae783b4
Show file tree
Hide file tree
Showing 250 changed files with 52,226 additions and 11,305 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
*.Rmd
*.Rproj
tmp/
.DS_Store

/.quarto/
_site/
7 changes: 7 additions & 0 deletions 404.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Page Not Found
---

The page you requested cannot be found (perhaps it was moved or renamed).

You may want to try searching to find the page's new location.
342 changes: 0 additions & 342 deletions README.html

This file was deleted.

3 changes: 0 additions & 3 deletions README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"hash": "22c9be7098e05d88f8b809167c0dec30",
"result": {
"markdown": "---\ntitle: \"General code\"\ndescription: |\n Scientific journal articles.\ndate: \"2021-02-13\"\ncategories: [code]\n---\n\n\n\n\n# Code\n\n[Coding starters]{.badge .badge-info}\n\n## Text editors\n\nThe first step in your coding journey is to download yourself a good text editor. While you most systems come with a basic built-in editor (e.g. `TextEdit` for MacOS or `notepad` for windows) its best to find one you like early one.\n\nMy favourite is [atom](https://atom.io/) - which is **FREE**.\n\nOthers include:\n\n- [Sublime Text](https://www.sublimetext.com/) - **PAID**\n- [Notepad++](https://notepad-plus-plus.org/)\n- [TextMate](https://macromates.com/)\n\n## Etherpad\n\nAn etherpad is an excellent tool to use for teaching and workshops. It provides a communal notepad that everyone can access - provide a single link and you can drop in any information, bits of code, webpage links, resources etc in this central place rather than having people rely on copying code correctly from a screen.\n\n- [etherpad wikimedia](https://etherpad.wikimedia.org/)\n- [pad carpentries](https://pad.carpentries.org/)\n- [pad riseup](https://pad.riseup.net/)\n- [pad carpentries](https://pad.carpentries.org/)\n",
"supporting": [],
"filters": [
"rmarkdown/pagebreak.lua"
],
"includes": {},
"engineDependencies": {},
"preserve": {},
"postProcess": true
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"hash": "48f7bc60753c99e8e724f0bb31439053",
"result": {
"markdown": "---\ntitle: \"General code\"\ndescription: |\n Misc. notes related to coding.\nauthor:\n - name: Siobhon Egan\n url: https://siobhonlegan.com/\ndate: 2021-02-13\noutput:\n distill::distill_article:\n self_contained: false\ncategories:\n - code\n---\n\n\n\n\n# Code\n\n<span class=\"badge badge-info\">Coding starters</span>\n\n## Text editors\n\nThe first step in your coding journey is to download yourself a good text editor.\nWhile you most systems come with a basic built-in editor (e.g. `TextEdit` for MacOS or `notepad` for windows) its best to find one you like early one.\n\nMy favourite is [atom](https://atom.io/) - which is **FREE**.\n\nOthers include:\n\n* [Sublime Text](https://www.sublimetext.com/) - **PAID**\n* [Notepad++](https://notepad-plus-plus.org/)\n* [TextMate](https://macromates.com/)\n\n## Etherpad\n\nAn etherpad is an excellent tool to use for teaching and workshops. It provides a communal notepad that everyone can access - provide a single link and you can drop in any information, bits of code, webpage links, resources etc in this central place rather than having people rely on copying code correctly from a screen.\n\n* [etherpad wikimedia](https://etherpad.wikimedia.org/)\n* [pad carpentries](https://pad.carpentries.org/)\n* [pad riseup](https://pad.riseup.net/)\n* [pad carpentries](https://pad.carpentries.org/)\n\n",
"supporting": [],
"filters": [
"rmarkdown/pagebreak.lua"
],
"includes": {},
"engineDependencies": {},
"preserve": {},
"postProcess": true
}
}
Loading

0 comments on commit ae783b4

Please sign in to comment.