Compare commits

...

2 Commits

Author SHA1 Message Date
Jake Howard f3eeefc77c
Remove modified date from history note
That isn't used by `mkdocs`
2024-02-23 10:22:34 +00:00
Jake Howard 0005a4f7de
Remove example note 2024-02-23 10:22:18 +00:00
2 changed files with 0 additions and 19 deletions

View File

@ -1,18 +0,0 @@
---
title: Example note
modified: 2022-09-09
---
This is an example note, see below for some code.
```javascript
{
resolve: 'gatsby-theme-code-notes',
options: {
contentPath: 'notes',
basePath: '/',
showThemeInfo: true,
showDescriptionInSidebar: true,
},
},
```

View File

@ -2,7 +2,6 @@
title: Stop saving bash history
tags:
- Shell
modified: 2022-11-02
---
## Disable history for a given session