Skip to content

Commit

Permalink
Create homepage to select 1e and 2e
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenjanssens committed Jul 10, 2020
1 parent ab2edfb commit d568ff1
Show file tree
Hide file tree
Showing 204 changed files with 40,232 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.DS_Store
.Rproj.user
docs/*.md
_book_output
.netlify
.Rhistory
node_modules

docs/*.md
_book_output

www/node_modules
www/public
3 changes: 3 additions & 0 deletions www/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
resources/
.DS_Store
6 changes: 6 additions & 0 deletions www/archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

9 changes: 9 additions & 0 deletions www/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
baseURL = "https://www.datascienceatthecommandline.com/"
languageCode = "en-us"
title = "Data Science at the Command Line"
theme = "hugo-dsatcl"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]

[params]
author = "Jeroen Janssens"
description = "This hands-on guide demonstrates how the flexibility of the command line can help you become a more efficient and productive data scientist. You’ll learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data."
4 changes: 4 additions & 0 deletions www/content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
author: Jeroen Janssens
date: 2020-03-20
---

0 comments on commit d568ff1

Please sign in to comment.