All Projects → quanteda → tutorials.quanteda.io

quanteda / tutorials.quanteda.io

Licence: MIT license
Quanteda tutorials website

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tutorials.quanteda.io

hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+172.97%)
Mutual labels:  hugo, blogdown
noamross.net
Repository for my personal website
Stars: ✭ 17 (-54.05%)
Mutual labels:  hugo, blogdown
starter-hugo-research-group
👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code
Stars: ✭ 148 (+300%)
Mutual labels:  hugo, blogdown
robjhyndman.com
Source files for robjhyndman.com
Stars: ✭ 38 (+2.7%)
Mutual labels:  hugo, blogdown
twitter-blogdown
Fetch Twitter messages weekly and turn them into a website based on blogdown
Stars: ✭ 65 (+75.68%)
Mutual labels:  hugo, blogdown
hugo-apero-docs
Apéro is a Hugo theme for personal websites. This is the documentation site, made with the theme 🍋
Stars: ✭ 56 (+51.35%)
Mutual labels:  hugo, blogdown
workshop-IJTA
Rによる日本語テキスト分析入門
Stars: ✭ 25 (-32.43%)
Mutual labels:  quanteda
hugo-apero
Apéro is a Hugo theme for personal websites. A Hugo theme you'll want to hang out with 🌌 . This is the source for the theme files to install.
Stars: ✭ 122 (+229.73%)
Mutual labels:  blogdown
github-markdown-tailwindcss
⛵ Replicate GitHub Flavored Markdown with Tailwind CSS components
Stars: ✭ 100 (+170.27%)
Mutual labels:  hugo
hugoblog
Hugoblog is responsive, simple, and clean that would fit for your personal blog based on Hugo Theme Static Site Generator (SSG)
Stars: ✭ 48 (+29.73%)
Mutual labels:  hugo
hugo-piercer-theme
Piercer is a very customizable, fast and simple Hugo theme designed under the mobile-first philosophy.
Stars: ✭ 27 (-27.03%)
Mutual labels:  hugo
airflow-site
Apache Airflow Website
Stars: ✭ 95 (+156.76%)
Mutual labels:  hugo
hugo-docs
Theme for Dgraph documentation built via Hugo
Stars: ✭ 13 (-64.86%)
Mutual labels:  hugo
nycmesh.net
NYC Mesh Website
Stars: ✭ 33 (-10.81%)
Mutual labels:  hugo
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+345.95%)
Mutual labels:  hugo
hugo-kiera
Kiera - A Hugo Theme for writing
Stars: ✭ 61 (+64.86%)
Mutual labels:  hugo
vigotech.github.io
A páxina web de VigoTech
Stars: ✭ 15 (-59.46%)
Mutual labels:  hugo
documentation-site
This repository contains source for TravelgateX documentation. TravelgateX is a collection of GraphQL APIs for the travel trade.
Stars: ✭ 17 (-54.05%)
Mutual labels:  hugo
hackerinnen
hackerinnen.space is a project to provide encouragement and enhance visibility in different places
Stars: ✭ 22 (-40.54%)
Mutual labels:  hugo
ironpeak.be
Hugo repository for main ironpeak.be website.
Stars: ✭ 12 (-67.57%)
Mutual labels:  hugo

quanteda tutorials website

quanteda tutorials website is created by Hugo based on the Learn theme. Since Hugo accepts only Markdown and HTML, we use blogdown to generate those files from Rmarkdown.

How to add new pages?

You can add new pages to the content folder, but note that the file extension must be .Rmarkdown not .rmd, because blogdown converts .rmd to .html and .Rmarkdown to .markdown. After adding pages, you probably have to rebuild the website by clicking the 'Build Website' button in the build panel in R Studio.

How to edit pages?

If you have blogdown installed, you can execute blogdown::serve_site() in the console to check how your pages will look like. It will start a web server on your local machine so that you can preview the changes in your browser. HTML files are saved in the 'public' folder.

How to update files on the server?

After editing the website locally, commit all the changes and push them to the master branch. Netlify will then detect the changes and update the file on the server for you within a minute or so.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].