Skip to content

Commit

Permalink
update: add summary splitters
Browse files Browse the repository at this point in the history
  • Loading branch information
tcluri committed Mar 25, 2024
1 parent 21b9cd2 commit 7970cbf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion content-org/all-posts.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Hello World! This is my website built using hugo with ox-hugo, emacs and org-mod
:PROPERTIES:
:EXPORT_FILE_NAME: linux-file-permissions
:END:
** What are file permissions?
What are file permissions?
#+hugo: more
In Linux, file permissions, attributes, and ownership control the access level that
the system processes and users have to files. This ensures that only authorized users
and processes can access specific files and directories.
Expand Down Expand Up @@ -134,6 +135,7 @@ All others: r+x = 4+0+1 = 5
:END:
Hello! This is a post describing how anyone who uses Doomemacs can setup a blog on Github user pages and get writing.
To get started, familiarize yourself with what I'm assuming you know to do.
#+hugo: more
+ Know how doomemacs works to the extent that you can find where your init.el is and upgrade/sync from the commandline.
+ Know how to install the Go programming language on your linux machine and can install a go package(😉 Hugo)
+ Know how to use git well enough to commit/push your changes to a repository online - we'll be using Github
Expand Down
4 changes: 3 additions & 1 deletion content/posts/linux-file-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ tags = ["linux"]
draft = false
+++

## What are file permissions? {#what-are-file-permissions}
What are file permissions?

<!--more-->

In Linux, file permissions, attributes, and ownership control the access level that
the system processes and users have to files. This ensures that only authorized users
Expand Down
2 changes: 2 additions & 0 deletions content/posts/org-doomemacs-hugo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ draft = false
Hello! This is a post describing how anyone who uses Doomemacs can setup a blog on Github user pages and get writing.
To get started, familiarize yourself with what I'm assuming you know to do.

<!--more-->

- Know how doomemacs works to the extent that you can find where your init.el is and upgrade/sync from the commandline.
- Know how to install the Go programming language on your linux machine and can install a go package(😉 Hugo)
- Know how to use git well enough to commit/push your changes to a repository online - we'll be using Github
Expand Down

0 comments on commit 7970cbf

Please sign in to comment.