Giter Site home page Giter Site logo

dactl's People

Contributors

andcov avatar indiandennis avatar luki avatar melangue avatar tribut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dactl's Issues

Date Formatting

How can I go about editing the way dates format to the American system Month/Day/Year?

no gemfile

There's no gemfile and that makes it hard to figure out which version of jekyll the demo uses. This omission is particularly inconveniencing because the gem rouge keeps erroring out on github pages.

Hero overlay colors

Struggling to find where these values are set. I'd like to be able to define additional colors than just red, green, etc. Any pointers?

Issues editing theme.js

I am having trouble adjusting the css for the theme. I have changed the --text-color and --link-color to lime in theme.js and both are still appearing as black whenever I load the website. I have tried restarting the server and clearing the cache. Do you have any suggestions?

const LightTheme = {
  '--bg-color': '#eee',
  '--text-color': '#8BC34A',
  '--text-color-light': '#828282',
  '--link-color': '#8BC34A',
  '--metadata-color': '#999',
  '--post-title': '#313131',
  '--code-bg-color': '#fff',
  '--code-border': '#f5f5f5',
  '--table-border-color': '#e5e5e5',
  '--table-header-color': '#fefefe',
  '--shadow-color': 'rgba(0, 0, 0, 0.1)',
  '--invert-logo-color': 'invert(0)',
  themeName: 'LightTheme'
}

I believe I followed the instructions according to the README

Theme switcher
Theme switcher is made in vanilla Javascript and works using CSS Variables. Values (colors) specified for each variable are injected into :root on every page load.
User theme choice is saved in browser's Local Storage and is persistent through sessions.

You can edit the colors of both Light and Dark themes in theme.js file found in _assets/js/.

open source license?

There doesn't appear to be any kind of license attached to this work, which could create legal troubles for site creators who build their sites off of your source code. If you just want this to be available to everybody, consider using the CC0 license to make it totally free for everybody to use; otherwise, you could use the MIT license if you want to make people attribute the code.

Thanks!

Code snippet issue.

Code snippets don't work correctly. It has "class="highlight">" above the code, and everything that goes under the code snippet looks like part of it.
Screenshot 2019-10-03 at 17 50 19

Appears the Gemfile is missing some plugins defined in the _config.yml

I was building my site on Netlify even though it will be deployed to GitHub pages and I ran into a lot of missing gems in the Gemfile.

config.yml

plugins:
  - jekyll-paginate
  - jekyll-sitemap
  - jekyll-github-metadata
  - jekyll-mentions
  - jekyll-redirect-from
  - jemoji

The plugins snippet from my fixed but maybe overkill Gemfile

group :jekyll_plugins do
  gem "jekyll-feed"
  gem "jekyll-paginate"
  gem "jekyll-sitemap"
  gem "jekyll-mentions"
  gem "jekyll-github-metadata"
  gem "jekyll-redirect-from"
  gem "jemoji"
end

This allowed me to build and preview on Netlify.

Cant solve some issues about theme

Hi,
I installed on your theme into my site, its running normally, I want suggest to add some extra features like,

  1. Custom logo (can't modified) not supported to( jpg & png)
  2. To add new menu
  3. How to place post custom images.
  4. How to place hero images. normally when I place unsplash collection images, it won't reflect on post.
  5. Can't implement new social icons on head section.

excerpts not working

I tried to publish a post with the theme but all the post displays on the main page. Does anyone have solutions ?

Disqus not working

What can I do to Disqus work? I put the Disqus shortname into the _config.yml, but it didn't show the area for comments into posts. How can I make them appear?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.