Table of Contents

Testing out some Text

Here is some normal text

Block of Code

process(any)
begin
    if rising_edge(clk):
        if reset = '1' then
            assign <= '0';
        else
            normal <= '0';
        end if;
    end if;
end process;

Another code:

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

In-line code: print(output)

{
  "dependencies": {
    "hello-friend": "github:panr/hugo-theme-hello-friend#3.0.0",
    "hugo-extended": "^0.111.3",
    "patch-package": "^6.5.1"
  },

  "scripts": {
    "postinstall": "patch-package"
  }
}