Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Tag Cloud Page. #161

Closed
wants to merge 4 commits into from
Closed

Conversation

xRahul
Copy link
Contributor

@xRahul xRahul commented May 21, 2018

I have added the tag cloud from my website to the theme. I'm just not sure where we should put the link for this. Let me know if you have any thoughts. Also, I have not added the hash svg icon here, so if you have a source for them, we can use that too.

Issue: #128
Example: https://rahulja.in/tags

tags.html Outdated
<h1 class="tags-page-header">
Tags
</h1>

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be possible to fix the indentations on this page please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done. There was a tabs/spaces mix up in the file. I converted them all to spaces.

@@ -153,3 +153,11 @@ img {
color: $white;
background-color: $gray-darkest;
}

.text-center {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to not use this and add the properties to the right classes in modules/tags.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my experience, I have encountered the need to use text-center a lot, so I have this clreated for almost all of my projects. And sure, let me know what styling you end up with. I was never good at that part anyway.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xRahul I know but for now please keep it in one file. I will introduce some functionality classes for this later!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I inline it till then? or another scss file that gets imported in light/dark?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xRahul I would just add the properties to the classes created in tags.scss to be honest!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's fine too. I'll update the pr

@nielsenramon
Copy link
Owner

@xRahul Nice! Once it's ready for merging I will merge it and style it a bit + add a link to the page.

@xRahul xRahul closed this May 23, 2018
@xRahul xRahul deleted the tag-cloud branch May 23, 2018 19:53
@xRahul
Copy link
Contributor Author

xRahul commented May 23, 2018

As the commits increased a lot, I'll raise another one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants