Date: 09/19/2024
Today Lead Instructor: Jeff, Michele
Today Helpers: Tina
Course Website: https://foss.cyverse.org/03_documentation_communication/
Hack(pad)-of-Hack(pads): https://hackmd.io/-4TgToyFRU2eX7lmDZLRnQ
Instant Feedback: (please complete before you leave class) Complete Form
Q: What types of communication do you regularly do? What modes do you use for them?
Q: What types of documentation do you regularly read? What types do you write? What do you use for this documentation?
Q: What kind of organization/structure do you use for documentation?
Q: What are the most significant barriers and challenges researchers face when attempting to communicate their work openly to a broader audience?
Useful links
Jekyll theme:
- https://academicpages.github.io/
- https://github.com/academicpages/academicpages.github.io
MkDocs-material theme:
- https://cosimichele.github.io/academicpages-mkdocs/
- https://github.com/CosiMichele/academicpages-mkdocs
ghpages.yml
name: Publish docs via GitHub
on:
push:
branches:
- main
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- name: run requirements file
run: pip install -r requirements.txt
- name: Deploy docs
run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
mkdocs.yml
site_name: FOSS 24 Spring GitHub tutorial
site_description: Site for tutorial for FOSS 24 attedees
site_author: Michele Cosi
site_url: https://cosimichele.github.io/foss24-spring-gitpages
# Repository
repo_name: foss24-spring-gitpages
repo_url: https://github.com/CosiMichele/foss24-spring-gitpages
edit_uri: edit/main/docs/
# Copyright
copyright: 'Copyright © 2023 - 2024'
# Configuration
theme:
name: material
highlightjs: true
font:
text: Roboto
code: Regular
palette:
scheme: default
# Features
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
- toc.follow
# 404 page
static_templates:
- 404.html
# Search feature
include_search_page: false
search_index_only: true
# Palette and theme (uses personalized colours)
language: en
palette:
primary: custom
accent: custom
icon:
logo: material/cogs
favicon: material/cogs
# Page tree
nav:
- Home: index.md
# Extra Plugins
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
# Extensions (leave as is)
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
title: On this page
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
Instant Feedback: (please complete before you leave class) Complete Form
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing