zwbetz-gh / cayman-hugo-theme

Cayman is a clean, responsive theme for Hugo, ported from the original Jekyll Cayman Theme.
40 stars 29 forks source link

Editing the _config.yml for github pages #4

Closed royben closed 3 years ago

royben commented 3 years ago

Hi there,

I'm using the Cayman theme for my github page. Trying to edit the _config.yml file colors, but it doesn't seem to take effect.

Am I missing something ?

Here is my config file, Thanks!


theme: jekyll-theme-cayman

params:
  # Header text, can be markdown
  project_name: Resonance
  project_tagline: Realtime C# Communication Framework

  # Breakpoints
  large_breakpoint: 64em
  medium_breakpoint: 42em

  # Header colors
  header_heading_color: "#fff"
  header_background_color: "#ff0000"
  header_background_color_secondary: "#155799"

  # Text colors
  section_headings_color: "#FF0000"
  body_text_color: "#606c71"
  body_link_color: "#1e6bb8"
  blockquote_text_color: "#819198"

  # Code colors
  code_background_color: "#f3f6fa"
  code_text_color: "#567482"

  # Border colors
  border_color: "#dce6f0"
  table_border_color: "#e9ebec"
  hr_border_color: "#eff0f1"
zwbetz-gh commented 3 years ago

Hi @royben,

The _config.yml filename is incorrect, it should be config.yml. Which leads me to my next question...

Are you using Jekyll or Hugo? Because this theme is for Hugo

royben commented 3 years ago

Sorry, I probably made several mistakes just by ignorance.. Anyway, I have manages to modify my GitHub page theme by overriding some scss file.

Thanks again :)

royben commented 3 years ago

And yes, it's Jekyll, but I don't really know the difference..

zwbetz-gh commented 3 years ago

Hugo and Jekyll are both static site generators, but that is about all they have in common.

Please refer to the Jekyll docs and the Jekyll Cayman Theme docs for more info.

Good luck. Am closing this issue.