Evan's Blog

First Post

· Evan Chodora

Testing out some Text

Here is some normal text

Block of Code

 1process(any)
 2begin
 3    if rising_edge(clk):
 4        if reset = '1' then
 5            assign <= '0';
 6        else
 7            normal <= '0';
 8        end if;
 9    end if;
10end process;

Another code:

1gpg --list-secret-keys
2# Get the key ID
3git config --global user.signingkey <key id>
4git config --global commit.gpgsign true

In-line code: print(output)

 1{
 2  "dependencies": {
 3    "hello-friend": "github:panr/hugo-theme-hello-friend#3.0.0",
 4    "hugo-extended": "^0.111.3",
 5    "patch-package": "^6.5.1"
 6  },
 7
 8  "scripts": {
 9    "postinstall": "patch-package"
10  }
11}

#untagged